projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea68fc
)
(mh-smail-batch): If TO is nil, use "" as
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 10 Nov 1999 10:46:01 +0000
(10:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 10 Nov 1999 10:46:01 +0000
(10:46 +0000)
to-address.
lisp/mail/mh-comp.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mh-comp.el
b/lisp/mail/mh-comp.el
index ceb38043e11dfc88da00e777073de9adee874808..bd12688cbc1fc6147c8077c5c96a1105c549ba6f 100644
(file)
--- a/
lisp/mail/mh-comp.el
+++ b/
lisp/mail/mh-comp.el
@@
-26,7
+26,7
@@
;;; Change Log:
-;; $Id: mh-comp.el,v 1.1
4 1999/03/01 03:47:07 kwzh Exp rms
$
+;; $Id: mh-comp.el,v 1.1
5 1999/09/04 00:08:17 rms Exp
$
;;; Code:
@@
-233,7
+233,7
@@
that want to create a mail buffer.
Users should use `\\[mh-smail]' to compose mail."
(mh-find-path)
(let ((mh-error-if-no-draft t))
- (mh-send
to "" subject
)))
+ (mh-send
(or to "") "" (or subject "")
)))
(defun mh-edit-again (msg)